home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGBIT / TFRMDLGBIT.txt
Text File  |  2003-07-03  |  3KB  |  118 lines

  1. object frmDlgBit: TfrmDlgBit
  2.   Left = 435
  3.   Top = 310
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 149
  6.   ClientWidth = 263
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object boxDataRate: TGroupBox
  17.     Left = 12
  18.     Top = 9
  19.     Width = 240
  20.     Height = 83
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 14
  30.       Top = 50
  31.       Width = 38
  32.       Height = 13
  33.       Caption = 'Bit Rate'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object Label3: TLabel
  42.       Left = 160
  43.       Top = 50
  44.       Width = 42
  45.       Height = 13
  46.       Caption = 'kilobits/s'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object edBits: TEdit
  55.       Left = 75
  56.       Top = 47
  57.       Width = 72
  58.       Height = 21
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       TabOrder = 1
  66.     end
  67.     object btnDataRates: TButton
  68.       Left = 75
  69.       Top = 20
  70.       Width = 72
  71.       Height = 21
  72.       Caption = 'Select...'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       TabOrder = 0
  80.       OnClick = btnDataRatesClick
  81.     end
  82.   end
  83.   object btnOK: TBitBtn
  84.     Left = 81
  85.     Top = 107
  86.     Width = 84
  87.     Height = 28
  88.     Caption = 'OK'
  89.     Default = True
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = []
  95.     ModalResult = 1
  96.     ParentFont = False
  97.     TabOrder = 1
  98.     NumGlyphs = 4
  99.   end
  100.   object btnCancel: TBitBtn
  101.     Left = 165
  102.     Top = 107
  103.     Width = 84
  104.     Height = 28
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ModalResult = 2
  113.     ParentFont = False
  114.     TabOrder = 2
  115.     NumGlyphs = 4
  116.   end
  117. end
  118.